body{
  font-family: 'Titillium Web', sans-serif;
  color: #231f20;
}
p{
  color: #231f20;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #003e59;
}
/*=============================================
=            common            =
=============================================*/

.bb{
  border-bottom: 1px solid #395977;
}
.gray-background{
  background-color: #f5f5f5;
}
.darkgray-background{
  background-color: #e3dfdf;
}
.orange-background{
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px){
  .left-padding{
    padding-left: 30px;
  }
}
@media (min-width: 1200px){
  .left-padding{
    padding-left: 125px;
  }
}
.icon-font{
  font-size: 55px;
}
.box-hover{
  transition: all .4s ease-in-out;
}
.box-hover:hover{
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(170, 170, 170, 0.14);
}
.box-hover:hover h3,
.box-hover:hover i{
  color: #003e59;
}

/* .overview-img{
  height: 100%;
  object-fit: cover;
} */
@media (min-width: 568px){
  .height{
    height: 100%;
    object-fit: cover;
  }
}

.arrow1::before,
.arrow2::before,
.arrow3::before,
.arrow4::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: -20px;
  left: 20%;
  transform: rotate(-45deg);
}
@media (min-width: 568px){
  .arrow1::before,
  .arrow2::before,
  .arrow3::before,
  .arrow4::before{
    content: "";
    width: 35px;
    height: 35px;
  }
  .arrow1::before,
  .arrow3::before{
    content: "";
    left: -17px;
    top: 20%;
  }
  .arrow2::before,
  .arrow4::before{
    content: "";
   left: unset;
   right: -17px;
    top: 20%;
  }
}
@media (min-width:768px){
  .arrow2::before{
    content: "";
    left: -17px;
  }
  .arrow3::before,
  .arrow4::before{
    content: "";
    left: unset;
    right: -17px;
  }
}
.learn, .connect, .discover, .network{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.learn{  background-image: url('../img/learn.jpg');}
.connect{  background-image: url('../img/connect.jpg');}
.discover{  background-image: url('../img/discover.jpg');}
.network{  background-image: url('../img/network.jpg');}
@media (min-width:568px){
  .learn img, .connect img, .discover img, .network img{
    visibility: hidden;
  }
}

.box-border{
  border: solid 1px #ccc;
  border-radius: 5px;
}
.icon-size{
  font-size: 44px;
}
/* .font-size{
  font-size: 20px;
} */
.box-border:hover{
  color: #003e59;
  border-color: #003e59;
}
.image{
  width: 100%;
}
/*=====  End of common  ======*/


.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 52px;
  height: 42px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #add8e6;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: #000;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  max-width: 100%;
  background-color: #01151e;
  border-radius: 4px;
  padding: 12px 4px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  min-height: 250px;
}

  .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-out;
    text-decoration: none;
}
.card1 h3{
  display: none;
}
.card1 p{
  color: #fff;
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
}
.card1 i{
  color: #fff;
  font-size: 34px;
  text-transform: none;
}

 .card1:hover:before {
    transform: scale(31);
    text-decoration: none;
  }

 .card1:hover p {
    transition: all 0.8s ease-out;
    color: #003e59;
    font-weight: 600;
  }
  .card1:hover i {
    transition: all 0.8s ease-out;
    color: #003e59;
    font-weight: 700;
  }
 .card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
    display: block;
  }

.card-front__heading {
  font-size: 1.5rem;
  margin-top: .25rem;
}

/* Main heading for inside page */
.inside-page__heading { 
  padding-bottom: 1rem; 
  width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: .2rem;
}

.inside-page__heading--city,
.card-front__text-view--city { color: #ff62b2; }

.inside-page__heading--ski,
.card-front__text-view--ski { color: #2aaac1; }

.inside-page__heading--beach,
.card-front__text-view--beach { color: #fa7f67; }

.inside-page__heading--camping,
.card-front__text-view--camping { color: #00b97c; }

/* Front cover */

.card-front__tp { color: #fafbfa; }

/* For pricing text on card front cover */
.card-front__text-price {
  font-size: 1.2rem;
  margin-top: -.2rem;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
  color: #333;
}

/* Icons ===========================================*/

.card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  overflow: hidden;
  padding: .7rem .75rem;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
  width: 90%;
  z-index: 10;
}

.inside-page__btn::before { 
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all .3s ease;
  width: 100%;
  z-index: -1;
}

.inside-page__btn--city { 
  border-color: #ff40a1;
  color: #ff40a1;
}

.inside-page__btn--city::before { 
  background-color: #ff40a1;
}

.inside-page__btn--ski { 
  border-color: #279eb2;
  color: #279eb2;
}

.inside-page__btn--ski::before { 
  background-color: #279eb2;
}

.inside-page__btn--beach { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--beach::before { 
  background-color: #fa7f67;
}

.inside-page__btn--camping { 
  border-color: #00b97d;
  color: #00b97d;
}

.inside-page__btn--camping::before { 
  background-color: #00b97d;
}

.inside-page__btn:hover { 
  color: #fafbfa;
}

.inside-page__btn:hover::before { 
  transform: scaleY(1);
}


.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item1 {
    background: #003e59;
    text-align: center;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.7);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border:3px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    min-height: 200px;
}
.item1:hover{
    background:#fff;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 15px #003e59;
    border: 3px solid #003e59;
}
.item1:hover .item1, .item1:hover span.icon{
    background:#fff;
    border: 3px solid #003e59;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item1:hover h6, .item1:hover p{
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    color: #003e59;
}
.item1 .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #812d3f;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item1 .feature_box_col_one{
    background: lightblue;
    color:#003e59;
}
.item1 p{
    font-size:15px;
    line-height:26px;
}
.item1 h6 {
    margin-bottom:0px;
    color:#fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 200;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

/* Layout Structure=========================================*/


/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.card2:hover {
  box-shadow:
  -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75);
  width: 30rem;
}

/* When the card is hovered, the flip card container will rotate */
.card2:hover .flip-card__container {
  transform: rotateY(-180deg);
}

/* When the card is hovered, the shadow on the inside page will shrink to the left */
.card2:hover .inside-page {
  box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0,0,0,0.1);
}


#prices span{
  font-size:30px;
  color:#FFF;
}

#prices h3{
  color:#FFF;
}

#prices .features li{
  padding:10px;
  font-size: 20px;
  font-weight: 500;
}

#prices .btn.btn-default{
  margin:20px 0px;
}

#prices .features-border li{
  border-top:1px solid #c7c7c7;
  padding: 10px 0px;
}

#prices .features-border li:last-child{
  border-bottom:1px solid #c7c7c7;
}

#price2 {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    z-index: 2;
    background-color: #eee;
}

#price2:before {
    content: "";
    width: 100%;
    height: 40px;
    background: #003e59;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
}

.btn.btn-default {
    background-color: #5db4c0;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600
}

.prices-box{
  margin:50px 0px;
}

.top-content{
  background-color:#003e59;
  padding:20px;
}

.bottom-content{
  background-color:#f6f6f6;
}

.big-price span{
  color: #333;
  font-size:40px;
}

.btn-price{
    background-color:#5db4c0;
    color: #fff;
    border-radius:50%; 
  border:none;
    padding:40px 20px; 
    font-size: 13px;
  font-weight: 600;
  margin-top:20px;
}
.pd0{
  margin: 0;
    padding: 0;
}

/*=============================================
=            button            =
=============================================*/


.site-footer {
  background-color: #002d40;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
      margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
      padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
      text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.youtube:hover {
  background-color: red
}

.social-icons a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  ;

}

@media (max-width:767px) {
  .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600
  }
}

.button{
  background-color: #812d3f;
  color: #fff;
  display: block;
  font-weight: 600;
  /* flex-basis: 50%; */
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 30px;
  transition: all .4s ease-in-out;
}
@media (max-width: 577px){
  .button{
    /* width: 90%; */
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) and (max-width: 991px){
  .button{
    font-size: 14px;
  }
}
.button:hover{
  color: #fff;
  background-color: #1f5180;
  text-decoration: none;
  box-shadow: 0 0 25px #812d3f;
}

.button-class{
  background-color: #003e59;
  color: #fff;
  display: inline-block;
  flex-basis: 50%;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 50px;
  transition: all .4s ease-in-out;
  border: solid 1px transparent;

}

.button-class:hover{
  color: #003e59;
  background-color: #fff;
  text-decoration: none;
  border: solid 1px #003e59;
}



/*=====  End of button  ======*/


/*=============================================
=            title            =
=============================================*/

.title{
  position: relative;
  font-weight: 700;
 
}
.title span{
  position: absolute;
  display: block;
  width: 65px;
  height: 5px;
  background-color: #003e59;
  left: 0;
  bottom: 0;
}
.sub-title{
  color: #00a79d;
}
.sub-title1{
  color: #003e59;
}
/*=====  End of title  ======*/



/*=============================================
=            header            =
=============================================*/

.header {
	position: fixed;
	width: 100%;
	font-size: 1em;
	color: #fff;
	/* set animation */
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  z-index: 9999;
  background-color: #fff;
}

.header.sticky {
	background: #fff;
  text-align: left;
}
.fixed-top{
  display: block;
  box-shadow: 0px 3px 11px -1px #000;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #003e59;
  font-size: 18px;
  border-bottom: 2px solid #003e59;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #003e59;
  text-decoration: none;
  background-color: transparent;
}

/*=====  End of header  ======*/


/*=============================================
=            banner            =
=============================================*/

.banner{
  background-image: url('../img/images.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.banner-content{
  background-color: #ffffff6b;

}

.sponsor-banner{
  background-image: url('../img/why-sponsors/sponsor_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}
.attend-banner{
  background-image: url('../img/why-attend/attend_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
}
.logo{
  border-bottom: 1px solid #fff;

}


.count-bg{
  /* background-color: #003e59; */
  background-repeat: no-repeat;
  background-size: cover;
}
.counting-number{position: relative; margin: 10px 0;text-align: center;}
.counting-number p{
  color: #000;
  font-size: 20px;
}
.counting-number span{
  font-weight: bold;
  /* font-size: 35px; */
}

.counting-number> div{
  /* padding: 0 30px; */
  font-size: 45px;
  color: #003e59;
}
.counting-number> div:before{
  content: "";
  color: #003e59;  
  width: 1px;  
  height: 40%;  
  position: absolute;  
  right: 0;  
  background: #003e59;  
  top: 25%;
  /* margin-right: 20px; */
}
.counting-number:last-child> div::before{
  content: "";
  display: none;
}
@media (max-width:991px){
  .counting-number p{
    font-size: 14px;
  }
  .counting-number span{
    font-size: 16px;
  }
  
  .counting-number> div{
    padding: 0px;
    font-size: 16px
  }
  .counting-number> div:before{
    content: "";
    margin-right: 0px;
    margin-top: 0;
    /* height: 80%; */
  }
}
@media (max-width:568px){
  .line>div:before{
    content: "";
    display: none;
  }
}
/*=====  End of banner  ======*/


/*=============================================
=            overview            =
=============================================*/

.red-background{
  background-color: #003e59;
}

/*=====  End of overview  ======*/


/*=============================================
=            journey so far            =
=============================================*/

.numInfo{
	font-size: 2em;
	color: #003e59;
	font-weight: 600;
  box-shadow: -2px 2px 5px #003e59;
}
.numInfo img{
  transition: .3s ease-in-out;
}
.numInfo:hover img{
  transform: scale(1.2);
  transition: .3s ease-in-out;
}
.numInfo:hover{
  box-shadow: 0 0 15px #003e59;
}
.numInfo:hover h4{
  transform: scale(1.1);
  transition: .3s ease-in-out;
  margin-top: 10px;
}


/*=====  End of journey so far  ======*/

/*=============================================
=            mice india            =
=============================================*/

.mice-india-bg{
  background-image: url('../img/mice_india.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*=====  End of mice india  ======*/




/*=============================================
=            speaker carousel            =
=============================================*/

.speaker-hover{
  position: relative;
}

.speaker-hover a{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  color: #fff
}
@media (max-width: 567px){
  .speaker-hover a{
    top: 5px;
    right: 10px;
    font-size: 22px;
  }
  /* .passpk{text-align: left} */
  .passpk h5{font-size: 14px;}
  .passpk p{font-size: 11px}
}

/*=====  End of speakers  ======*/


/*=============================================
=            tab section            =
=============================================*/

.form-details h3{
  font-weight: 700;
  font-size: 30px;
  margin-top: 30px;
}
.form-details ul{
  padding-left: 40px;
  margin-top: 20px;
  line-height: 26px
}


/*----- Tabs -----*/
.tabs {
  margin-top:40px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links{
  border-bottom: solid 1px #003e59;
  padding-left: 0;
  display: inline-block;
}
.tab-links li {
	margin:0px 10px 0 0;
	float:left;
  list-style:none;
  font-family: 'Roboto Condensed', sans-serif;
}
.tab-links li:last-child {
	margin: 0;
}

.tab-links a {
	padding:9px 45px;
  display:inline-block;
  background: #fff;
	font-size:22px;
	font-weight:600;
	color:#003e59;
  transition:all linear 0.15s;
  border: solid 1px #003e59;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: transparent;
}
@media (max-width: 767px){
  .tab-links a{
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 567px){
  .tab-links a{
    font-size: 12px;
  }
}

.tab-links a:hover {
  background: #003e59;
  color:#fff;
  text-decoration: none;
}

.tab-links li.active a, .tab-links li.active a:hover {
  background: #003e59;
  color:#fff;
  text-decoration: none;
}


/*----- Content of Tabs -----*/
.tab-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.tab {
	display:none;
}

.tab.active {
	display:block;
}

.tab-content ul {
list-style: none;
line-height: 30px;
}
.home-page-tab ul li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.6em;
  color: #003e59;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";

}
/*=====  End of tab section  ======*/


/*=============================================
=            testimonial            =
=============================================*/
.bg-testimonial{
  
  margin-top: 24px;
  border-radius: 8px;
  position: relative;
  min-height: 175px;
  transition: all .5s ease-in-out;
  margin-bottom: 20px;
}
.bg-testimonial:hover{
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
  background-color: #fff;
}

.name-testi h3{
  font-size: 20px;
}
.name-testi span{
  display: block;
  font-size: 14px;
}

.bg-testimonial img{
  position: absolute;
  right: 20px;
  bottom: 36px;
  width: 120px !important;
}
.video-gallery iframe{
  width: 100%;
  /* height: 100%; */
}


.bg-gallery{
  background-color: #fff;
  margin-top: 54px;
  border-radius: 8px;
  position: relative;
  min-height: 200px;
  max-height: 205px;
  box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  transition: all .5s ease-in-out;
  margin-bottom: 20px;
}
/*=====  End of testimonial  ======*/

/*=============================================
=            request            =
=============================================*/

.request{
  background-image: url("../img/contact-bg.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

/*=====  End of request  ======*/




/*=============================================
=            subscribe            =
=============================================*/

.subscribe input{
  padding: 10px 5px;
  background-color: #f0f0f0;
  border:solid 1px #f0f0f0;
}
.subscribe input:hover,
.subscribe input:focus{
  border:solid 1px #cbcbcb;
}
.subscribe button{
  padding: 10px 15px;
  border: solid 1px #003e59;
  background-color: #003e59;
  margin-left: -3px;
  color: #fff;
}


/* social-icons */

.social-icons a{
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 30px;
  transition: .4s;
}
.social-icons a:hover{
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.social-icons a:first-child:hover{
 background-color: #55acee;
}
.social-icons a:nth-child(2):hover{
  background-color: #3b5999;
 }
 .social-icons a:nth-child(3):hover{
  background-color:  #833ab4;
 }
 .social-icons a:last-child:hover{
  background-color:  #007bb5;
 }
/*=====  End of subscribe  ======*/




/*=============================================
=            video            =
=============================================*/
.video a img,
.video i,
.video .icon-play-button-hover{
  transition: all .4s ease-in-out;
}
.video a{
  overflow: hidden;
  display: block;
  position: relative;
}

.video i{
  position: absolute;
  color: #003e59;
  font-size: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video a:hover img{
  transform: scale(1.1);
}
.video a .icon-play-button-hover{
  display: none;
  color: #003e59;
  background-color: #fff;
  border-radius: 50%;
  transition: all .4s ease-in-out;
}
.video a:hover .icon-play-button{
  display: none;
}

.video a:hover .icon-play-button-hover{
  display: block;
}
iframe{
  width: 100%;
}
/*=====  End of video  ======*/



#accordion-style-1 h1,
#accordion-style-1 a{
    color:#000;
}
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #3e3f40;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #003e59;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
  display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
  background: #007b5e;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display:block;
}


/*=============================================
=            inner-page            =
=============================================*/
.title-color{
  color: #003e59;
}

/*----------  why sponsor  ----------*/
.card-shadow{
  -webkit-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  -moz-box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  box-shadow: 0 6px 25px 0 rgba(114, 114, 114, 0.16);
  transition: all .5s ease-in-out;
  border: transparent
}
.card-shadow:hover{
  box-shadow: 1px 0px 5px -2px #3d3c3d;
  transition: all .5s ease-in-out;
}


/*----------  why attend  ----------*/

.points li{
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  font-size: 18px;
}
.points li:before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #003e59;
  position: absolute;
  margin-left: -20px;
  top: 8px;  
  transform: rotate(-45deg);
}

/*=====  End of inner-page  ======*/

.card {
  cursor: default;
}

.cadr-body,
.card,
.card-header {
  transition: all 0.2s ease-in;
}
.card3{
  border: 1px solid #000;
}
.card3 .card-body{
  padding: 0px;
}

.my-2:hover, .card3:hover {
  box-shadow: -2px 2px 0 0 #b4b4b4, -1px 1px 0 0 #b4b4b4,
    -20px 20px 20px 0 rgba(0, 0, 0, 0.35);
  transform: scale3d(1.02, 1.02, 1.02) rotateX(0deg) rotateY(2deg) rotateZ(-2deg)
    translate3d(-20px, -10px, 100px);
  transition: 0.5s ease-out;
  z-index: 999;
}

.card4 .card-body{
  transform: scale(1.1);
  box-shadow: 0 0 5px #000;
  transition: .5s ease-in-out;
  background-color: #fff;
  min-height: 140px;
}
.card4:hover .card-body{
  transform: scale(0.9);
  transition: .5s ease-in-out;
  margin-top: -20px;
  min-height: 140px;
}

.my-2:hover, .card4:hover {
  box-shadow: 0 0 5px #000;
  transition: 0.5s ease-out;
}
.card4 h5{
  font-size: 18px;
}
.card4 p{
  font-size: 15px;
}

.de-images{
	position:relative;
	width:80%;
}

.de-images img{
	border-radius:5px;
	-webkit-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
	-moz-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
	box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
}
.de-images img:hover{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

 .di-small{
	position:absolute;
	width:40%;
	height:40%;
	top:93%;
	left:-5%;
	z-index:-1;
	
	
}

.di-big {
	width: 95%;
}

.di-small-2{
	position:absolute;
	width:50%;
	height:50%;
	right:-10%;
	bottom:-40%;
	z-index:1;
}
.di-small-1{
	position:absolute;
	width:50%;
	height:50%;
	left:-2%;
	bottom:-40%;
	z-index:1;
}
.di-small-3{
	position:absolute;
	width:50%;
	height:50%;
	left:-2%;
	top:-30%;
	z-index:1;
}
.di-small-4{
	position:absolute;
	width:50%;
	height:50%;
	right:-2%;
	top:-30%;
	z-index:1;
}
.de-images *
{
-o-transition: .5s cubic-bezier(.25,.46,.45,.94);
-ms-transition: .5s cubic-bezier(.25,.46,.45,.94);
-moz-transition: .5s cubic-bezier(.25,.46,.45,.94);
-webkit-transition: .5s cubic-bezier(.25,.46,.45,.94);
transition: .5s cubic-bezier(.25,.46,.45,.94);
outline: none;
}